home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / PlayPrefsDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  767 b   |  41 lines  |  [TEXT/KAHL]

  1. /* PlayPrefsDialog.h */
  2.  
  3. #ifndef Included_PlayPrefsDialog_h
  4. #define Included_PlayPrefsDialog_h
  5.  
  6. /* PlayPrefsDialog module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* Screen */
  13. /* EventLoop */
  14. /* Menus */
  15. /* Alert */
  16. /* MainWindowStuff */
  17. /* StringList */
  18. /* TrackList */
  19. /* Array */
  20. /* TrackObject */
  21. /* TextEdit */
  22. /* DataMunging */
  23. /* SimpleButton */
  24. /* Numbers */
  25. /* Main */
  26. /* RadioButton */
  27. /* CheckBox */
  28. /* SampleDeviceOutput */
  29. /* DiskFileOutput */
  30. /* PlayAIFFFile */
  31.  
  32. /* forwards */
  33. struct MainWindowRec;
  34. struct TrackListRec;
  35.  
  36. /* show the play prefs dialog (which also allows the user to play) */
  37. void                                DoPlayPrefsDialog(struct MainWindowRec* MainWindow,
  38.                                             struct TrackListRec* TrackList);
  39.  
  40. #endif
  41.